home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6584 / 6584.xpi / chrome / flashvideodownloader / content / pagevids.xul < prev    next >
Extensible Markup Language  |  2009-09-24  |  1KB  |  25 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <window id="rootWnd" title="Download video with FlashVideoDownloader"
  4. xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  5. style="padding:8px;max-height:400px;min-height:100px;max-width:800px;min-width:200px;">
  6.     <spacer height="2" width="7" />
  7.     <description class="plain" style="margin-left:5px;font-size:160%;" crop="center">There are some videos which you can download.</description>
  8.     <box id="sites" style="margin:5px;overflow:hidden;overflow-y:auto;font-size:130%;padding-right:15px;" flex="1" orient="vertical">
  9.         
  10.     </box>
  11.     
  12.     <spacer height="2" />
  13.     <separator class="groove"/>
  14.     <spacer height="2" />
  15.     <box orient="horizontal">
  16.         <button label="Choose" style="width:30px;" oncommand="FlashVDFrm.get_folder();" />
  17.         <textbox id="fav_folder_text" style="width:300px;" value="" readonly="true" />
  18.     </box>
  19.     <caption style="padding-left:76px;color:gray;font-size:80%;" label="favorite folder to download media files" />
  20.     
  21.     <script type="application/x-javascript" src="chrome://flashvideodownloader/content/download_frm_page.js"/>
  22.     <script>
  23.         FlashVDFrm.init();
  24.     </script>
  25. </window>